/*头部*/
.top {
    width: 100%;
    height: 175px;
    text-align: center;
    background: #10578f url("../images/top_bg.jpg") center top no-repeat;
    overflow: hidden;
    font-size: 14px;
    color:#7eb9ff;
}
.top .fl {
    margin-top: 5px;
    float: left;
}
.top .fr {
    float: right;
    margin-top: 5px;
}
.top .fl a,.top .fr a {
    margin-right:12px;
    color:#7eb9ff;
    padding-left: 12px;
}

.logo {
    width: 430px;
    height: 85px;
    background: url("../images/jinyang_logo.png");
    margin-top: 40px;
    display: inline-block;

}



/*导航*/
.nav {
    background-color: #006eab;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.nav-warp {
    width: 1200px;
    margin:0 auto;
    position: relative;
}

.nav ul li {
    display: inline-block;
    padding: 0 64px 0 0;
    position: relative;
}
.nav ul li::after {
    width: 1px;
    content: "";
    background-color: #5796c5;
    height: 20px;
    top:22px;
    right:30px;
    position: absolute;
}
.nav ul li:last-child::after {
    display: none;
}
.nav a {
    color:#fff;
    position: relative;
}
.nav a:hover {
    color:#7eb9ff;
}
.nav ul li.active a {
    color:#7eb9ff;
}


.nav ul li.active a::after{
    height: 3px;
    content: '';
    display: inline-block;
    background-color: #7eb9ff;
    transition: all .5s;
    position: absolute;
    bottom:-8px;
    left:0;
    width: 100%;
}

.nav a::after{
    width: 0;
    height: 3px;
    content: '';
    display: inline-block;
    background-color: #7eb9ff;
    transition: all .5s;
    position: absolute;
    bottom:-8px;
    left:0;
}
.nav a:hover::after {
    width: 100%;
}
/*搜索*/
.search {
    position: absolute;
    top:10px;
    right:0;
    background: #003f6e;
    border-radius:20px;
    height:40px;
    width: 200px;

}
.search .s-ipt {
    width: 65%;
    padding-left:10%;
    background:none ;
    border: none;
    height: 100%;
    vertical-align: top;
    color:#fff;
	
}
.search .s-btn-all {
    position: relative;
    width: 20%;
    height: 100%;
    display: inline-block;
    color:#a0c7e4;
}
.search .s-btn-all i {
    width:100%;
    height:20%;
    position: absolute;
    top:10px;
    left: 10px;
    cursor: pointer;
}
.search .s-btn {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
	position:relative;
    z-index:2;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
    color: #a0c7e4;
}

.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a0c7e4;
}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a0c7e4;
}

.search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a0c7e4;
}


/*页脚footer*/
.footer{
    background: #10568a;
    margin-top: 30px;
    float: left;
    width: 100%;
    font-size:14px;
    overflow: auto;
}
.foot_link {
    margin: 10px 0;
    text-align: center;

}
.foot_link ul li {
    display: inline-block;
    margin: 18px;
    position: relative;
    text-align: center;
}
.foot_link ul li h6 {
    border:1px solid #74acd6;
    line-height: 40px;
    width:198px;
    font-size: 14px;
    transition: all .2s;
    cursor: default;
    color:#74acd6;
}
.foot_link ul li.show h6 {
    background-color: #abc2f5;
    color:#036;
}
.foot_link ul li.show span {
    width: 178px;
    display: block;
    position: absolute;
    top:42px;
    background-color: #fff;
    padding:0 10px;
    height: 108px;
    overflow: auto;
}
.foot_link ul li.hide span {
    display: none;
}
.foot_link ul li.show span a {
    line-height: 36px;
    display: block;
}
.foot_other {
    text-align: center;
    margin-bottom: 20px;
}
.foot_other .icon_pic {
    margin-left:15px;
    display: inline-block;
    vertical-align:middle;
}
.foot_other .p1 {
    width: 80px;
    height: 80px;
}
.foot_other .p2 {
    width: 110px;
    height: 55px;
}
.foot_other .infor {
    display: inline-block;
    margin:0 40px 0 30px;
    vertical-align:middle;
    text-align: left;
}
.foot_other .infor ul li {
    line-height: 20px;
    color: #a0c7e4;

}
.foot_other .infor ul li a,.foot_other .infor ul li span {
    color:#a0c7e4;
    margin:0 15px;
}

.foot_other .qr-code {
    display: inline-block;
    vertical-align:middle;
}
.foot_other .qr-code ul li {
    width: 80px;
    height: 80px;
    background: #fff;
    display: inline-block;
    margin-left: 5px;
}